SftTree/NET 2.0

DirectChildCount Property, ItemClass Class

Softel vdm, Inc.

Returns the number of immediate dependents of this item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property DirectChildCount As Integer

C#   

public int DirectChildCount { get; }

C++   

public: property int DirectChildCount {
        int get();
}

Property Value

The number of immediate dependents.

Comments

The DirectChildCount property returns the number of immediate dependents of this item.

The TotalChildCount property can be used to determine the item's number of all dependents (immediate and indirect).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com